ServiceCreateFolder Method (IListFolder, StandardFolder) |
Creates multiple folders.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<FolderInfoResponse> CreateFolder(
IList<Folder> folders,
StandardFolder standardFolder
)
Public Function CreateFolder (
folders As IList(Of Folder),
standardFolder As StandardFolder
) As IList(Of FolderInfoResponse)
Parameters
- folders
- Type: System.Collections.GenericIListFolder
The folders to create. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder in which to place the newly created folders.
Return Value
Type:
IListFolderInfoResponseA collection of creation results for each of the specified folders.
See Also